File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,9 @@ Options
81
81
82
82
--doxygen - Use only doxygen-style comments to generate docs.
83
83
--extra-arg=<string> - Additional argument to append to the compiler command line
84
+ Can be used several times.
84
85
--extra-arg-before=<string> - Additional argument to prepend to the compiler command line
86
+ Can be used several times.
85
87
--format=<value> - Format for outputted docs.
86
88
=yaml - Documentation in YAML format.
87
89
=md - Documentation in MD format.
Original file line number Diff line number Diff line change @@ -123,7 +123,9 @@ That way you can avoid spelling out all the names as command line arguments:
123
123
124
124
-export-fixes=<filename> - YAML file to store suggested fixes in.
125
125
-extra-arg=<string> - Additional argument to append to the compiler command line
126
+ Can be used several times.
126
127
-extra-arg-before=<string> - Additional argument to prepend to the compiler command line
128
+ Can be used several times.
127
129
-force - Ignore nonexistent qualified names.
128
130
-i - Overwrite edited <file>s.
129
131
-input=<string> - YAML file to load oldname-newname pairs from.
Original file line number Diff line number Diff line change @@ -155,7 +155,9 @@ An overview of all the command-line options:
155
155
stored fixes can be applied to the input source
156
156
code with clang-apply-replacements.
157
157
--extra-arg=<string> - Additional argument to append to the compiler command line
158
+ Can be used several times.
158
159
--extra-arg-before=<string> - Additional argument to prepend to the compiler command line
160
+ Can be used several times.
159
161
--fix -
160
162
Apply suggested fixes. Without -fix-errors
161
163
clang-tidy will bail out if any compilation
You can’t perform that action at this time.
0 commit comments